***Antipattern***
Count: 15
POST  /admin/tenantKeys [Singular last node with POST method.] 
POST  /admin/capacities/AssignWorkspaces [Singular last node with POST method.] 
POST  /admin/capacities/UnassignWorkspaces [Singular last node with POST method.] 
POST  /admin/groups/{groupId}/users [Singular last node with POST method.] 
POST  /admin/tenantKeys/{tenantKeyId}/Default.Rotate [Singular last node with POST method.] 
POST  /admin/workspaces/getInfo [Singular last node with POST method.] 
POST  /AssignToCapacity [Singular last node with POST method.] 
POST  /groups/{groupId}/AssignToCapacity [Singular last node with POST method.] 
POST  /groups/{groupId}/dashboards [Singular last node with POST method.] 
POST  /groups/{groupId}/dashboards/{dashboardId}/tiles/{tileId}/Clone [Singular last node with POST method.] 
POST  /datasets/{datasetId}/Default.BindToGateway [Singular last node with POST method.] 
POST  /groups/{groupId}/datasets/{datasetId}/Default.BindToGateway [Singular last node with POST method.] 
POST  /datasets/{datasetId}/Default.SetAllConnections [Singular last node with POST method.] 
POST  /gateways/{gatewayId}/datasources/{datasourceId}/users [Singular last node with POST method.] 
POST  /groups/{groupId}/dataflows/transactions/{transactionId}/cancel [Singular last node with POST method.] 

***Pattern***
Count: 37
GET  /admin/apps?$top={$top}regular methods.
GET  /admin/apps/{appId}/usersregular methods.
GET  /admin/dashboardsregular methods.
GET  /admin/groups/{groupId}/dashboardsregular methods.
GET  /admin/dataflows/{dataflowId}/exportregular methods.
GET  /admin/dataflows/{dataflowId}/datasourcesregular methods.
GET  /admin/groups/{groupId}/dataflowsregular methods.
GET  /admin/dataflows/{dataflowId}/usersregular methods.
GET  /admin/groups/{groupId}/dataflows/{dataflowId}/upstreamDataflowsregular methods.
GET  /admin/groups/{groupId}/datasetsregular methods.
GET  /admin/groups/{groupId}/datasets/upstreamDataflowsregular methods.
GET  /admin/datasets/{datasetId}/datasourcesregular methods.
GET  /admin/capacitiesregular methods.
DELETE  /admin/pipelines/{pipelineId}/users/{identifier} [Pluralized last node with PUT|DELETE method.] 
GET  /admin/workspaces/modifiedregular methods.
GET  /apps/{appId}regular methods.
GET  /apps/{appId}/dashboards/{dashboardId}regular methods.
GET  /apps/{appId}/reports/{reportId}regular methods.
GET  /apps/{appId}/dashboards/{dashboardId}/tiles/{tileId}regular methods.
GET  /apps/{appId}/dashboards/{dashboardId}/tilesregular methods.
GET  /availableFeaturesregular methods.
GET  /capacitiesregular methods.
GET  /capacities/{capacityId}/refreshables/{refreshableId}regular methods.
GET  /capacities/{capacityId}/Workloads/{workloadName}regular methods.
GET  /capacities/{capacityId}/Workloadsregular methods.
GET  /groups/{groupId}/dashboards/{dashboardId}regular methods.
GET  /groups/{groupId}/dashboardsregular methods.
DELETE  /groups/{groupId}/datasets/{datasetId} [Pluralized last node with PUT|DELETE method.] 
GET  /datasets/{datasetId}/Default.DiscoverGatewaysregular methods.
GET  /groups/{groupId}/datasets/upstreamDataflowsregular methods.
GET  /datasets/{datasetId}/directQueryRefreshScheduleregular methods.
GET  /datasets/{datasetId}/Default.GetBoundGatewayDatasourcesregular methods.
GET  /groups/{groupId}/datasets/{datasetId}/parametersregular methods.
GET  /datasets/{datasetId}/refreshScheduleregular methods.
DELETE  /gateways/{gatewayId}/datasources/{datasourceId} [Pluralized last node with PUT|DELETE method.] 
PATCH  /gateways/{gatewayId}/datasources/{datasourceId}regular methods.
GET  /groups/{groupId}/dataflows/{dataflowId}/upstreamDataflowsregular methods.
